home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10134 < prev    next >
Encoding:
Text File  |  1996-08-05  |  790 b   |  34 lines

  1. Path: hamlet.uncg.edu!q_zhong
  2. From: "QIAN . ZHONG" <q_zhong@hamlet.uncg.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: How to get class name ?
  5. Date: Tue, 5 Mar 1996 17:45:33 -0500
  6. Organization: The University of North Carolina at Greensboro
  7. Message-ID: <Pine.SOL.3.91.960305174138.17346F-100000@hamlet.uncg.edu>
  8. NNTP-Posting-Host: hamlet.uncg.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12.  
  13. Hi, folks:
  14. For the following program, 
  15.  
  16. #include <iostream.h>
  17.  
  18. int main(void)
  19. {
  20. }
  21.  
  22. Before main() start, I found there are eight object constructed, (when I 
  23. overload global new operator, I found new was called eight times ), what 
  24. are they ? I use Borland C++.
  25.  
  26. Please mail me a copy your reply.
  27.  
  28.  Qian Zhong
  29.  Department of Chemistry.
  30.  UNC, Greensboro
  31.  Email: q_zhong@hamlet.uncg.edu
  32.  
  33.  
  34.